home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
oper_sys
/
presto
/
prest1_0.lha
/
src
/
makelog
< prev
next >
Wrap
Text File
|
1991-12-11
|
2KB
|
29 lines
(cd Base; make -f ../Makefile _base "CFLAGS1=-O")
cxx -DPRESTO -DPREEMPT -O -c callstate.cxx
c.h:22: error: This declaration of the function rename has the same type-safe linkage as another declaration of rename with a different type.
objects.h:42: error: In this declaration, the tag "Oqueue" may not be reused.
objects.h:72: error: In the declaration of an unnamed field, Oqueue::get is not declared.
objects.h:83: error: In the declaration of an unnamed field, Oqueue::lookat is not declared.
objects.h:91: error: In the declaration of an unnamed field, Oqueue::append is not declared.
objects.h:103: error: In the declaration of an unnamed field, Oqueue::prepend is not declared.
objects.h:111: error: In the declaration of an unnamed field, Oqueue::remove is not declared.
threadq.h:14: error: In this declaration, the incomplete type Oqueue is used as a base class.
threadq.h:30: error: In this declaration, the incomplete type Oqueue is used as a base class.
locks.h:52: error: In this declaration, the incomplete type Oqueue is used as a base class.
Compilation terminated with errors.
*** Error code 1
cxx -DPRESTO -DPREEMPT -O -c main_init.cxx
c.h:22: error: This declaration of the function rename has the same type-safe linkage as another declaration of rename with a different type.
objects.h:42: error: In this declaration, the tag "Oqueue" may not be reused.
objects.h:72: error: In the declaration of an unnamed field, Oqueue::get is not declared.
objects.h:83: error: In the declaration of an unnamed field, Oqueue::lookat is not declared.
objects.h:91: error: In the declaration of an unnamed field, Oqueue::append is not declared.
objects.h:103: error: In the declaration of an unnamed field, Oqueue::prepend is not declared.
objects.h:111: error: In the declaration of an unnamed field, Oqueue::remove is not declared.
threadq.h:14: error: In this declaration, the incomplete type Oqueue is used as a base class.
threadq.h:30: error: In this declaration, the incomplete type Oqueue is used as a base class.
locks.h:52: error: In this declaration, the incomplete type Oqueue is used as a base class.
Compilation terminated with errors.
*** Error code 1
cxx -DPRESTO -DPREEMPT -O -c main_main.cxx